home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NOVA - For the NeXT Workstation
/
NOVA - For the NeXT Workstation.iso
/
SourceCode
/
ObjectPalette
/
ObjectPalette.m
< prev
next >
Wrap
Text File
|
1992-12-19
|
197b
|
16 lines
#import "ObjectPalette.h"
#import<stdio.h>
@implementation ObjectPalette
- finishInstantiate
{
[self associateObject:objectData type:IBObjectPboardType with:objectView];
return self;
}
@end